Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix change detection in TreeTable sorting #410

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

lukasmatta
Copy link
Collaborator

When using event coalescing, rows reordering and logic in _calcAutoLayoutHeaderWidths was rendered only once, causing columns to disappear. This PR introduces another change detection run that fixes this issue.

Closes #409

@lukasmatta lukasmatta added bug Something isn't working library labels Nov 4, 2024
@lukasmatta lukasmatta self-assigned this Nov 4, 2024
@lukasmatta lukasmatta linked an issue Nov 4, 2024 that may be closed by this pull request
@lukasmatta lukasmatta changed the title Fix change detection in sorting Fix change detection in TreeTable sorting Nov 5, 2024
@lukasmatta lukasmatta merged commit 99a14b4 into master Nov 5, 2024
1 check passed
@lukasmatta lukasmatta deleted the 409-treetable-columns-disappear-when-sorting branch November 5, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Treetable columns disappear when sorting
3 participants